summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/types/char_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/mii/types/char_info.h')
-rw-r--r--src/core/hle/service/mii/types/char_info.h96
1 files changed, 48 insertions, 48 deletions
diff --git a/src/core/hle/service/mii/types/char_info.h b/src/core/hle/service/mii/types/char_info.h
index 65a7707d3..d069b221f 100644
--- a/src/core/hle/service/mii/types/char_info.h
+++ b/src/core/hle/service/mii/types/char_info.h
@@ -17,52 +17,52 @@ public:
Common::UUID GetCreateId() const;
Nickname GetNickname() const;
- u8 GetFontRegion() const;
- u8 GetFavoriteColor() const;
- u8 GetGender() const;
+ FontRegion GetFontRegion() const;
+ FavoriteColor GetFavoriteColor() const;
+ Gender GetGender() const;
u8 GetHeight() const;
u8 GetBuild() const;
u8 GetType() const;
u8 GetRegionMove() const;
- u8 GetFacelineType() const;
- u8 GetFacelineColor() const;
- u8 GetFacelineWrinkle() const;
- u8 GetFacelineMake() const;
- u8 GetHairType() const;
- u8 GetHairColor() const;
- u8 GetHairFlip() const;
- u8 GetEyeType() const;
- u8 GetEyeColor() const;
+ FacelineType GetFacelineType() const;
+ FacelineColor GetFacelineColor() const;
+ FacelineWrinkle GetFacelineWrinkle() const;
+ FacelineMake GetFacelineMake() const;
+ HairType GetHairType() const;
+ CommonColor GetHairColor() const;
+ HairFlip GetHairFlip() const;
+ EyeType GetEyeType() const;
+ CommonColor GetEyeColor() const;
u8 GetEyeScale() const;
u8 GetEyeAspect() const;
u8 GetEyeRotate() const;
u8 GetEyeX() const;
u8 GetEyeY() const;
- u8 GetEyebrowType() const;
- u8 GetEyebrowColor() const;
+ EyebrowType GetEyebrowType() const;
+ CommonColor GetEyebrowColor() const;
u8 GetEyebrowScale() const;
u8 GetEyebrowAspect() const;
u8 GetEyebrowRotate() const;
u8 GetEyebrowX() const;
u8 GetEyebrowY() const;
- u8 GetNoseType() const;
+ NoseType GetNoseType() const;
u8 GetNoseScale() const;
u8 GetNoseY() const;
- u8 GetMouthType() const;
- u8 GetMouthColor() const;
+ MouthType GetMouthType() const;
+ CommonColor GetMouthColor() const;
u8 GetMouthScale() const;
u8 GetMouthAspect() const;
u8 GetMouthY() const;
- u8 GetBeardColor() const;
- u8 GetBeardType() const;
- u8 GetMustacheType() const;
+ CommonColor GetBeardColor() const;
+ BeardType GetBeardType() const;
+ MustacheType GetMustacheType() const;
u8 GetMustacheScale() const;
u8 GetMustacheY() const;
- u8 GetGlassType() const;
- u8 GetGlassColor() const;
+ GlassType GetGlassType() const;
+ CommonColor GetGlassColor() const;
u8 GetGlassScale() const;
u8 GetGlassY() const;
- u8 GetMoleType() const;
+ MoleType GetMoleType() const;
u8 GetMoleScale() const;
u8 GetMoleX() const;
u8 GetMoleY() const;
@@ -73,52 +73,52 @@ private:
Common::UUID create_id;
Nickname name;
u16 null_terminator;
- u8 font_region;
- u8 favorite_color;
- u8 gender;
+ FontRegion font_region;
+ FavoriteColor favorite_color;
+ Gender gender;
u8 height;
u8 build;
u8 type;
u8 region_move;
- u8 faceline_type;
- u8 faceline_color;
- u8 faceline_wrinkle;
- u8 faceline_make;
- u8 hair_type;
- u8 hair_color;
- u8 hair_flip;
- u8 eye_type;
- u8 eye_color;
+ FacelineType faceline_type;
+ FacelineColor faceline_color;
+ FacelineWrinkle faceline_wrinkle;
+ FacelineMake faceline_make;
+ HairType hair_type;
+ CommonColor hair_color;
+ HairFlip hair_flip;
+ EyeType eye_type;
+ CommonColor eye_color;
u8 eye_scale;
u8 eye_aspect;
u8 eye_rotate;
u8 eye_x;
u8 eye_y;
- u8 eyebrow_type;
- u8 eyebrow_color;
+ EyebrowType eyebrow_type;
+ CommonColor eyebrow_color;
u8 eyebrow_scale;
u8 eyebrow_aspect;
u8 eyebrow_rotate;
u8 eyebrow_x;
u8 eyebrow_y;
- u8 nose_type;
+ NoseType nose_type;
u8 nose_scale;
u8 nose_y;
- u8 mouth_type;
- u8 mouth_color;
+ MouthType mouth_type;
+ CommonColor mouth_color;
u8 mouth_scale;
u8 mouth_aspect;
u8 mouth_y;
- u8 beard_color;
- u8 beard_type;
- u8 mustache_type;
+ CommonColor beard_color;
+ BeardType beard_type;
+ MustacheType mustache_type;
u8 mustache_scale;
u8 mustache_y;
- u8 glasses_type;
- u8 glasses_color;
- u8 glasses_scale;
- u8 glasses_y;
- u8 mole_type;
+ GlassType glass_type;
+ CommonColor glass_color;
+ u8 glass_scale;
+ u8 glass_y;
+ MoleType mole_type;
u8 mole_scale;
u8 mole_x;
u8 mole_y;